home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_unix.lzh / ifp / fproot / demo / Cart < prev    next >
Encoding:
Text File  |  1986-10-03  |  87 b   |  7 lines

  1. (* 
  2.  * Cartesian product of two sequences
  3.  *)
  4. DEF Cart AS 
  5.    distr | EACH distl END;
  6.  
  7.